//==============================================================================
// Wep Venom DOT_anim.txt
//==============================================================================

//==============================================================================
define wave
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Venom Spit Wave Large
        }
    }
}

//==============================================================================
define aura
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Venom Spit Aura Large
        }
    }
}

//==============================================================================
define auraindicator
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Venom Spit Aura Indicator Large
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector none
    {
        set hotspot
        {
            version
            {
				Visualnone jimmy
				connect hotspot wave hotspot
				connect hotspot aura hotspot
				connect hotspot auraindicator hotspot
				length 3.0
            }
        }
    }
}

//==============================================================================
anim whirlwindattack
{
	SetSelector
    {
        set hotspot
        {
            version
            {
                VisualNone jimmy
                tag Attack 0.1 true
                tag GenericSound 0.1 true
				connect hotspot wave hotspot
				connect hotspot aura hotspot
				connect hotspot auraindicator hotspot
			    length 0.7
            }
        }
    }
}
